* progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
authorDmitry Dzhus <dima@sphinx.net.ru>
Tue, 7 Jul 2009 17:36:42 +0000 (17:36 +0000)
committerDmitry Dzhus <dima@sphinx.net.ru>
Tue, 7 Jul 2009 17:36:42 +0000 (17:36 +0000)
commit1816978dc721d37b5630a6a2f0d1f7f1fc8100d8
tree4734b276b48152f0306f8d3806c7f9a0fcc55d03
parent5c57c05501e22e4a393e997bf397907a2757cc77
* progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
may contain frame information, so `string-match' should be used.
(gdb-update): Disassembly is invalidated through
`gdb-get-selected-frame'.
(gdb-pad-string): New function to pad string with spaces.
(gdb-invalidate-disassembly): Invalidate only if the buffer
exists.
(gdb-disassembly-handler-custom): Column alignment.
(gdb-disassembly-place-breakpoints): Clear old breakpoints before
placing new ones.
(gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
end of line, too.
(gdb-frame-handler): Match convention to for disassembly buffer
mode name.
lisp/ChangeLog
lisp/progmodes/gdb-mi.el